From 9c55c2edfddb850a4e938eb45b32729b8f1e8ce9 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 29 Oct 2008 19:06:52 +0000 Subject: [PATCH] cpufreq: Fix another build failure. Signed-off-by: Ian Jackson --- xen/drivers/cpufreq/cpufreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/drivers/cpufreq/cpufreq.c b/xen/drivers/cpufreq/cpufreq.c index 7020ad50a1..26101b8086 100644 --- a/xen/drivers/cpufreq/cpufreq.c +++ b/xen/drivers/cpufreq/cpufreq.c @@ -181,7 +181,7 @@ int cpufreq_del_cpu(unsigned int cpu) { unsigned int dom, domexist = 0; struct list_head *pos; - struct cpufreq_dom *cpufreq_dom; + struct cpufreq_dom *cpufreq_dom = NULL; struct cpufreq_policy *policy; struct processor_performance *perf = &processor_pminfo[cpu]->perf; -- 2.30.2